PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.fonts.truetype Package / PDFTrueTypeFont Class / updateCharsSubset Method
Array of characters to be included in the subset.
In This Topic
    updateCharsSubset Method
    In This Topic
    Updates the set of characters that must be subset in the final font data.
    Syntax
    public void updateCharsSubset( 
       char[] chars
    )

    Parameters

    chars
    Array of characters to be included in the subset.
    See Also